DESCRIPTION
=====================
Add a "subscribed" or "unsubscribed" icon to the threads on the forum display page.
Similary, add an (un)subscribed icon to the forums in the forum list, reflecting 
the user's subscription to each forum.



INSTALLATION
=====================
Copy the contents of the Upload folder to your MyBB directory.

To upgrade from 1.0 to 2.0, copy somewhere the two plugin settings, uninstall, 
then install the new version.Restore the two copied plugin settings.

The plugin will add one or two SQL queries per page, be it the list of forums or threads.



CUSTOMIZATION
=====================
If you replace the (un)subscribe icon images, make sure to update their 'height' and 
'width' attributes in the plugin's settings (Admin CP to Settings -> I'm Subscribed).

You may also want to customize the 'title' attribute of the (un)subscribe icons.
For example,

    <img height="24" width="24" src="images/mysub.png" title="I'm subscribed" />
    
For more customizations, edit the Global Templates 'im_subscribed_thread' and
'im_subscribed_forum', which the plugin creates on activation.



CHANGELOG
=====================
1.0, 2011-04-11 
  First version

2.0, 2011-07-17 (Dan Dascalescu)
  Added support for forum subscriptions
  Added title attribute to the images, to be displayed as tooltips on mouseover
  Added height and width attributes for the images, to earn maximum PageSpeed/YSlow grade
  Minor simplifications to the SQL queries and replacement regexps
  Moved hooks before _info(), per plugin development guidelines
  Fixed link to plugin website
  Expanded the Readme.txt with changelog, installation and customization instructions



LICENSE
=====================
Authors: Santiago Dimattia, Dan Dascalescu
Released under GPL v3
Available at http://www.gnu.org/licenses/gpl.html